home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / gopher / Unix / GopherTools / zzz / gopher2mbox.d.Z / gopher2mbox.d
Encoding:
Text File  |  1994-05-03  |  392 b   |  18 lines

  1. A Perl program for putting the items on a gopher menu into a mailbox
  2. file.
  3.  
  4. (Before using, remove the first line of the Perl file.)
  5.  
  6. USAGE: gopher2mbox -pGOPHER-PATH -lLINE-LIMIT HOST PORT > MBOX
  7.  
  8.     HOST is required
  9.     PORT defaults to 70
  10.     GOPHER-PATH defaults to ""
  11.     LINE-LIMIT defaults to 200
  12.  
  13.  MBOX can be read with a text editor, or with
  14.      nn MBOX
  15.  or with
  16.      mail -f MBOX
  17.  
  18.